projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f82efb
)
Fix previous LessTif change.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 10 Sep 2002 16:40:10 +0000
(16:40 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 10 Sep 2002 16:40:10 +0000
(16:40 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index d634576297469b45b027cce413fdc15405e61e84..c511be2e9d9bf2295e9584834cc4d34261d6667b 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1830,7
+1830,7
@@
if test "${HAVE_X11}" = "yes"; then
fi
if test "${USE_X_TOOLKIT}" = "MOTIF"; then
- AC_CACHE_CHECK(for LessTif where some systems put it,
+ AC_CACHE_CHECK(for LessTif where some systems put it,
emacs_cv_lesstif,
[AC_TRY_COMPILE([#include </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h>],
[int x = 5;],
emacs_cv_lesstif=yes, emacs_cv_lesstif=no)])